How to get it work in VB6!
--------------------------

  (Step by step FAQ / instructions)
  (Please use with appropriate QuickPlayer version only)

  Running in the IDE
  ------------------

  - For debug informations, please activate logging in modul_QPlayer_Player:
    #Const UseFileLogging = 1 'Set 1 to enable log file handling

  ? The project loads and quits immediatelly:
  ? The sound system layer file is not found
  ? Settings are not stored in the QuickPlayer project directory
  ? Icons and bitmaps are not shown
  ! Use QuickPlayer_IDE project; QuickPlayer will automatically search this
    directories (used if language and/or layer file is found;):
     - Project directory / filename
     - /base=... parameter if defined in project properties
     - Visual Basic directory / vb6.exe
    The appropriate directory will automatically be used as program directory
    (see also debug log).
    If the path is within the program files (typically 'C:\Program files') and
    no ini files is found, all output files will be stored in the application
    data folder. If /path is set, the provided path will be used except for the
    debug logfile.
  i You can alternatively use any compatible language file, but most icons and
    bitmaps will not be available.
  i Check you use the correct language file. Incompatible language files will be
    ignored (see debug log)

  ? A dll file required by the sound system is not found.
  ! Copy the enlisted file(s) to the Windows\system[32] (or Visual Basic 6)
    directory.
  ! All runtime files should be available on my homepage.

  ? QuickPlayer or VB6 stop responding to menu events
  ? Keyboard shortcuts do not work
  ? When using certain keys, Visual Basic responds to them rather than
    QuickPlayer or vice versa
  ? After using the search dialog, menus and keyboard shortcuts won't work any
    more
  ! This is due message handling. QuickPlayer's message handler does not process
    Visual Basic accelerators etc; It's critical to break and modify, but in
    case of need it is best to have the QuickPlayer window minimized or at least
    in the background and use the mouse to break execution.



  Compiling
  ---------

  - You can deactivate debug informations in modul_QPlayer_Player:
    #Const UseFileLogging = 0 'Set 1 to enable log file handling
  - You should compile the QuickPlayer.vbp, not QuickPlayer_IDE.vbp.

  ? After compilation QuickPlayer crashes
  ? Where are the resources?
  ? After compiling, QuickPlayer quits without any error messages
  ! Resources are provided as single resource file (resQPlayer.res) in the
    project directory. Additionally the resource scripts are also provided in
    the res_enu (and res_ger for the german language file). Visual Basic has
    some problems with resource files (Either corrupts them (especially the menu
    resources), or with the latest versions of QuickPlayer, there is no
    executable after compilation).
    If you encounter any problems with the resources, compile QuickPlayer
    without resources, and use an application that can modify/import resources
    of executables.
